Seal priv pointer in GtkRecentChooserWidget.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:53 +0000 (11:05 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:53 +0000 (11:05 +0000)
svn path=/trunk/; revision=20578

gtk/gtkrecentchooserwidget.h

index 4ffcfa42d57e19bdb0af3cf1cb855e8f83901dfb..d5aa58f51f2b873ddd9052d16ce8fe96400971f7 100644 (file)
@@ -47,7 +47,7 @@ struct _GtkRecentChooserWidget
   /*< private >*/
   GtkVBox parent_instance;
 
-  GtkRecentChooserWidgetPrivate *priv;
+  GtkRecentChooserWidgetPrivate *GSEAL (priv);
 };
 
 struct _GtkRecentChooserWidgetClass